gsk: Make gsk_text_node_new_with_bounds private
authorTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 09:20:15 +0000 (11:20 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 09:20:15 +0000 (11:20 +0200)
commit4f3c7cd48af0f3180c401673c94c7427cb8ba0ea
treebd7bffd733afb1aa7bed9fbe3469ed344f6f2d31
parentd74be1fcf059d79c40dd1be103e4bbb8955aec0a
gsk: Make gsk_text_node_new_with_bounds private

We pulled out the bounds calculation for performance reasons, but the
caller can't know how to properly compute them. Inside gtk+, we can do
that but it's not good enough for public API.
gsk/gskrendernode.h
gsk/gskrendernodeprivate.h
gtk/gskpango.c